@charset "UTF-8";
:root {
  --content-width: 1200px;
  --hot_news-height: 55px;
  --primary-color: #129979;
}

p, span, div, a {
  font-family: "Microsoft YaHei";
}

body {
  background-color: #f5f5f5;
  min-width: 1280px;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
}

.shadow-dark-1 {
  box-shadow: 1px 1px 6px 3px rgba(0, 0, 0, 0.1);
}

.shadow-dark-2 {
  box-shadow: 2px 0 8px 4px rgba(0, 0, 0, 0.1);
}

.radius-1 {
  border-radius: 5px;
}

.radius-2 {
  border-radius: 10px;
}

.bar {
  display: none;
}

.flod {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #fff;
  font-size: 1rem;
  padding: 10px 20px;
}

.nav-link,
.navbar-brand {
  color: #fff !important;
}

.footmenu {
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 40px;
}

.footmenu .nav-link,
.footmenu .webname {
  cursor: pointer;
  color: #fff !important;
}

.footmenu ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #129979;
  width: 100%;
  min-height: 40px;
  color: #fff;
  margin: 0;
}

.footmenu ul li:nth-child(1) strong {
  display: none;
}

.footmenu ul li strong {
  margin: 0 5px;
}

.footmenu ul li,
.footmenu ul li a {
  display: flex;
  /* height: 100%; */
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.power {
  min-height: 227px;
  box-sizing: border-box;
  padding: 0 10px;
  padding-top: 20px;
  padding-bottom: 10px;
  width: 100%;
  background-color: rgba(23, 153, 121, 0.3);
  display: flex;
  justify-content: center;
}

.power > div {
  display: grid;
  grid-template-columns: 2.5fr 1fr;
  grid-gap: 10px;
  width: 1200px;
}

.foot_left {
  padding: 0px 15px;
}

.foot_right {
  margin-top: 30px;
  border-left: 1px solid #fff;
  height: 145px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.foot_right > div:first-child {
  margin-top: 8px;
  margin-bottom: 27px;
}

.foot_left_social {
  text-align: left;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 18px;
}

.foot_left ._social_pic {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

._social_pic ._social_pic_qrcode {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

._social_pic ._social_pic_qrcode > div {
  width: 96px;
  /* height: 96px; */
  /* overflow: hidden; */
}

._social_pic ._social_pic_qrcode > div > p {
  margin-top: 10px;
  color: #545454;
}

._social_pic ._social_pic_qrcode > div > a {
  display: block;
  width: 100%;
  height: 96px;
  border-radius: 5px 5px;
  overflow: hidden;
  box-shadow: 2px 2px 5px rgba(255, 255, 255, 0.3);
}

._social_pic ._social_pic_qrcode > div > a > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

._social_pic_ico {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* height: 33px;
    max-width: 150px; */
}

._social_pic_ico > div {
  display: flex;
  justify-self: center;
  /* align-items: center; */
}

._social_pic_ico > div > a {
  color: #fff;
  display: block;
  height: 35px;
  width: 100%;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
}

._social_pic_ico > div > a > img {
  display: inline-block;
  height: 100%;
}

.power .row > div {
  margin-top: 7px;
}

.power div {
  text-align: center;
}

.power div,
.power div a {
  font-size: 0.9rem;
  color: #454545;
}

.power .line {
  width: 90%;
  margin: 5px auto;
  border: 1px dashed #9a9a9a;
}

.only_phone {
  display: none;
}

.only_pc {
  display: block;
}

.nav_menu {
  display: flex;
  justify-content: center;
  background-color: #129979;
  height: 66px;
  /*  align-items: center; */
  /* height: 66px; */
  /* max-width: 100%; */
  /* color: #fff;
    font-size: 18px;
    position: relative;
    z-index: 999; */
}

.nav_ctet .webname {
  font-size: 20px;
  font-weight: bold;
}

.nav_ctet {
  width: 1200px;
  position: relative;
  z-index: 999;
  box-sizing: border-box;
  padding-left: 15px;
}

.top {
  max-width: 1200px;
  margin: 0 auto;
  height: 80px;
  /* background-color: red; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.subnav {
  color: #666666;
}

.top_row2 {
  color: #74767C;
}

.top > div:nth-child(1) {
  display: flex;
  justify-content: flex-start;
}

.top > div:nth-child(2) {
  padding-left: 10px;
}

.top_row2 {
  margin-top: 15px;
  padding-left: 15px;
}

.top > div:nth-child(3) {
  justify-self: flex-end;
}

.pc_logo {
  margin-right: 10px;
  width: 135px;
  height: 65px;
  display: flex;
  align-items: center;
}

.pc_logo img {
  /* width:135px !important; */
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}

.serh {
  position: relative;
  margin-bottom: 7px;
}

.serh input {
  max-width: 365px;
  height: 37px;
  border: 1px solid #129979;
  border-radius: 7px;
  display: flex;
  align-items: center;
  z-index: 999;
  /* height: 37px; */
  /* border: 0px solid #fff; */
  padding-left: 7px;
  padding-right: 100px;
  box-sizing: border-box;
}

.hotserh a {
  font-size: 14px !important;
  padding: 0 7px;
}

.hotserh a:hover {
  color: #129979 !important;
}

.hotserh a,
.hotserh span {
  font-size: 14px !important;
  color: #74767C !important;
}

.navbar,
.navbar-collapse,
.nav-item,
.navbar-nav,
.nav-link {
  height: 100% !important;
  padding: 0 !important;
}

.nav-link {
  display: flex;
  align-items: center;
  padding: 0 5px !important;
}

.serh_btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 39px;
  width: 70px;
  z-index: 2;
  border-radius: 0 7px 7px 0;
  background-color: #129979;
  border: 1px solid #129979;
  border-color: #fff;
  color: #fff;
  margin-top: -1px;
}

.serh_btn:hover {
  /* color: #fff; */
  background-color: #28a745;
  border-color: #28a745;
}

.serh_btn.focus,
.serh_btn:focus {
  /* box-shadow: 0 0 0 .1rem rgba(40, 167, 69, .5) */
}

.head2 div.nav_menu {
  height: 11px !important;
}

.head2 .nav_ctet {
  display: none !important;
}

.head2 .submenu13 {
  display: none !important;
}

.head2 .area1 {
  border-left: 1px solid #C8C0C0;
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.head2 .area1 strong {
  color: #C8C0C0 !important;
  font-size: 20px;
}

.head2 .area1 > div {
  text-align: center;
}

.head2 .top {
  justify-content: space-around;
  box-sizing: border-box;
  /* padding-left: 10px !important; */
  padding-right: 10px !important;
}

.head2 .top > div {
  flex: 1;
}

.head2 .top > div:nth-child(3) {
  /* width: 800px !important; */
  flex: 5;
  margin-left: 20px;
  margin-right: 20px;
}

.head2 .serh input {
  width: 100%;
  max-width: 99999px;
}

.head1 div.nav_menu {
  height: 35px !important;
}

.head1 .webname {
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 35px;
}

.head1 .nav-link {
  cursor: pointer;
}

.head1 .nav-link:hover {
  background-color: #129979 !important;
  /*  */
}

.head1 .nav-link:hover span {
  color: #1565C0 !important;
}

/* }     */
.subnav_home2 a {
  color: #6a6a6a;
  font-size: 14px !important;
}

.subnav_home2 a:hover {
  color: #129979;
}

.nav_menu_pc_1 {
  height: 11px;
  background-color: #129979;
}

.nav_menu_pc_2 {
  box-sizing: border-box;
  /* padding-left: ; */
  display: flex;
  justify-content: center;
  background-color: #129979;
}

.nav_pc {
  height: 100%;
  font-size: 16px;
  color: #fff;
  width: 1200px;
  box-sizing: border-box;
  padding-left: 10px;
  /* margin-left: -26px; */
}

.nav_pc_2_1 {
  height: 100%;
  font-size: 16px;
  color: #fff;
  width: 1200px;
  box-sizing: border-box;
  /* padding-left: 20px; */
  margin-left: 26px;
  display: flex;
  justify-content: space-between;
  background-color: #129979;
  flex-direction: row;
}

.nav_pc_2_1 li:not(:nth-child(1)) {
  flex: 1;
  text-align: center;
  display: flex;
  align-items: center;
}

.nav_pc_2_1 li:nth-child(1) {
  width: 120px !important;
}

.nav_pc_2_1 li:nth-child(1) a {
  line-height: 30px;
}

.nav_pc_2_1 li a {
  display: block;
  height: 21px;
  width: 100%;
  border-left: 2px solid #fff;
  line-height: 20px;
  font-weight: bold;
}

.nav_pc_2_1 li:nth-child(1) a {
  border: none;
}

.nav_pc li {
  height: 100%;
}

.nav_pc a,
.nav_pc_2_1 a {
  font-size: 16px;
  color: #fff;
}

.nav_pc_2_1 li {
  padding-right: 10px;
}

.nav_pc_2_1 li strong {
  padding-left: 10px;
  padding-right: 10px;
}

.nav_pc a:hover,
.nav_pc_2_1 a:hover {
  color: #156bb7;
}

.footmenu span {
  font-size: 16px !important;
}

.lh30 {
  line-height: 30px;
}

.lh33 {
  line-height: 33px;
}

#qrcode_pic_neng {
  /* display: none; */
  position: absolute;
  left: -210px;
  top: 25px;
  overflow: hidden;
}

#qrcode_pic_right {
  /* display: none; */
  position: absolute;
  left: -175px;
  top: 145px;
  overflow: hidden;
}

#qrcode_pic_btn_hide_right {
  width: 30px;
  height: 30px;
}

#qrcode_pic_btn_hide_right i {
  font-size: 16px;
  padding: 0;
}

.serh_area {
  width: 389px !important;
  margin-top: 4px;
}

.serh_area input {
  width: 389px !important;
}

.hotline > div:nth-child(1) {
  color: #0B0404;
}

.hotline > div:nth-child(2) {
  color: #D50000;
  font-size: 18px;
}

.foot_info span,
.foot_info a {
  color: #454545 !important;
  font-size: 14px !important;
}

.nav_second_page {
  width: 100%;
  height: 33px;
  margin-top: 8px;
  display: flex;
  justify-content: center;
}

.nav_second_page ul {
  width: 1200px;
  box-sizing: border-box;
  padding-left: 0px;
  font-size: 16px;
  color: #565656;
  background-color: #ddd;
  display: flex;
  align-items: center;
  height: 33px;
}

.nav_second_page ul strong {
  color: #565656;
  font-size: 14px;
}

.nav_second_page ul li {
  display: inline;
}

.nav_second_page ul li a {
  display: inline-block;
  padding: 0 12px;
  font-size: 16px;
}

.nav_pc_2_1 > li:nth-child(1) strong {
  /* display: none; */
}

.nav_list_page {
  margin-top: 8px;
  padding-left: 23px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.nav_list_page ul {
  width: 1200px;
}

.nav_list_page ul li,
.nav_list_page ul a {
  font-size: 14px;
  color: #676767;
  display: inline-block;
}

a,
div {
  color: #454545;
  text-decoration: none;
  outline: none;
  /* font-size: 14px; */
}

.content_zone p,
.content_zone div,
.content_zone ul,
.content_zone ol,
.content_zone li {
  max-width: 843px;
}

.content_zone img,
.about_ctet_zone img,
.en_content img {
  display: inline-block;
}

.content_zone video,
.about_ctet_zone video,
.en_content video {
  display: block;
  margin: 0 auto;
}

.sml {
  font-size: 12px;
}

.norm {
  font-family: 14px;
}

.max_screen a:hover {
  color: #179979;
}

.bzbox {
  box-sizing: border-box;
}

.pt0 {
  padding-top: 0 !important;
}

.pt6 {
  padding-top: 6px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.mt8 {
  margin-top: 8px !important;
}

.ml8 {
  margin-left: 8px !important;
}

.mr8 {
  margin-right: 8px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mr12 {
  margin-right: 12px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.m0 {
  margin: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.h38 {
  height: 38px !important;
}

.h39 {
  height: 39px !important;
}

.h40 {
  height: 40px !important;
}

.h41 {
  height: 41px !important;
}

.hidden {
  display: none;
}

.fwb {
  font-weight: bold;
}

.p0 {
  padding: 0 !important;
}

#sitekeywords {
  display: none;
}

.w98 {
  width: 98.6%;
}

.h100 {
  height: 100px;
}

.hp100 {
  height: 100%;
  max-width: 9999px !important;
}

.h24 {
  height: 24px;
}

.bltopt_area {
  padding-top: 10px !important;
  padding-left: 13px !important;
}

.bltopt_h > div {
  width: calc(100% - 13px);
  /* margin-bottom: 8px; */
}

.width95p {
  width: 97%;
}

.bltopt_title {
  width: 97%;
  display: flex;
  justify-content: space-between;
}

.bltopt_title > div:nth-child(1) a {
  color: #1C9C7D;
}

.bltopt_title > div:nth-child(2) {
  color: #535353;
  font-size: 12px;
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: flex-end;
  color: #535353;
  text-align: right;
  margin-right: 5px;
}

.bltopt_title > div:nth-child(2) a {
  padding: 0 5px;
}

.bltopt_title > div:nth-child(3) {
  color: #535353;
  font-size: 12px;
  display: flex;
  align-items: center;
  min-width: 20px;
}

.bltopt_line {
  width: 100%;
  height: 2px;
  background-color: #E8E8E8;
  margin-bottom: 8px;
  position: relative;
}

.bltopt_line_99 {
  width: 100%;
  height: 2px;
  background-color: #E8E8E8;
  margin-bottom: 8px;
  position: relative;
}

.bltopt_inline {
  width: 70px;
  height: 2px;
  position: absolute;
  /* top: -1px; */
  background-color: #2E92DD;
}

.bltopt_inline.fiveft {
  width: 90px;
}

.bltopt_inline.threeft {
  width: 52px;
}

.bltopt_inline.twoft {
  width: 35px;
}

.bltopt_inline.four_es {
  width: 45px;
}

.bltopt_inline.three_es {
  width: 35px;
}

.bltopt_inline_ul {
  padding: 0 !important;
  margin: 0;
  /* width: 100%; */
  /* min-width: 1px; */
  /* width: 100px; */
  /* min-width: 40px !important; */
  /* display: flex; */
  flex-direction: column;
}

.bltopt_inline_ul li {
  list-style: none;
  padding: 8px 0;
  /* flex: 1; */
  border-bottom: 1px solid #f6f8fc;
  overflow: hidden;
  /* display: flex;
    align-items: center; */
  line-height: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

.bltopt_inline_ul li:last-child {
  border: none;
}

.bltopt_inline_ul li a {
  color: #3a3a3a;
  font-size: 14px;
}

.bltopt_inline_ul li:hover {
  color: #179979;
}

.bltopt_inline_ul li:before {
  content: "●";
  color: #5e98dc;
  font-size: 12px;
  padding-right: 5px;
}

.bltopt_inline_ul li.hot_img:before {
  content: '';
}

.bltopt_inline_ul li.hot_img {
  display: flex;
  align-items: center;
}

.hot_img_font {
  height: 25px;
}

.hot_img_fire {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  position: relative;
}

.hot_img_fire_num {
  width: 20px;
  height: 20px;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  /* display: flex;
    align-items: center;
    justify-self: center;
    text-align: center; */
  margin-left: 0px;
  margin-top: -3px;
  box-sizing: border-box;
}

.bltopt_inline_ul li.hot_img > .hot_img_fire > img {
  width: 100%;
  height: 100%;
}

.col3_zone {
  display: flex;
}

.col3_zone_left {
  /* flex: 20; */
  width: 875px !important;
  min-height: 1px;
  flex-shrink: 0;
}

.col3_zone_left_1 {
  /* flex: 20; */
  width: 875px !important;
  min-height: 1px;
  flex-shrink: 0;
}

.col3_zone_right {
  /* flex: 4; */
  flex-grow: 1;
  /* width: 314px; */
}

.col3_zone_left {
  display: flex;
}

.col3_zone_left > div {
  flex: 1;
}

.ad_zone {
  width: 100%;
  height: 60px;
  object-fit: cover;
  background-color: #D9D9D9;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.ad_zone img {
  /* width: 100%;
    height: 100%; */
}

.col3_zone_left_1 > div:nth-child(1),
.col3_zone_left > div:nth-child(1),
.col3_zone > .col3_zone_left:nth-child(1) {
  /* margin-right: 4px; */
}

.col3_zone_left > div > div,
.col3_zone_right > div {
  margin-bottom: 8px;
}

.height400 {
  height: 400px !important;
}

/* swiper */
/* .swiper {
    width: 100%;
    height: 100%;
  } */
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 222px !important;
}

.swiper-pagination-bullet {
  display: inline-block;
  width: 7px;
  height: 7px;
  opacity: 1;
  border-radius: 10px;
  background-color: #D3D3D3;
  margin: 0 3px;
  cursor: pointer;
  transition: width 0.3s ease-in-out;
}

.bg_pagination_area {
  width: 20% !important;
  height: 50px;
  position: absolute;
  bottom: 10px;
  right: 20px;
  display: flex;
  box-sizing: border-box;
  padding-right: 20px;
  padding-bottom: 10px;
}

.bg_pagination {
  display: flex;
  justify-content: flex-end !important;
}

.swiper-slide img {
  height: 100%;
  width: 100%;
  transition: all 0.6s;
  cursor: pointer;
}

.swiper-slide img:hover {
  transform: scale(1.07);
}

.listPdf {
  height: 350px;
  display: flex;
  flex-direction: column;
}

.listPdf2 {
  display: flex;
  flex-wrap: wrap;
  /* flex-direction: row; */
}

.filearea_item {
  font-size: 14px;
  padding: 5px 7px;
  display: flex;
  flex-direction: row;
  flex: 1;
}

.filearea_item > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* height: 50px; */
}

.filearea_item > div:nth-child(3) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.file_info > div:nth-child(1) {
  margin-bottom: 7px;
  height: 20px;
  width: 250px;
}

.filearea_item:nth-child(odd) {
  background-color: #f9f9ff !important;
}

.filearea_item:nth-child(even) {
  background-color: #fff !important;
}

.filearea_item .file_download {
  border: 1px solid #ef7156;
  color: #ef7156;
  text-align: center;
  width: 40px;
  border-radius: 2px;
}

.filearea_item .file_tags a {
  border: 1px solid #efefef;
  color: #676767;
  padding: 2px 6px;
  border-radius: 2px;
  background-color: #fff;
}

.noborder {
  border: none !important;
}

.filearea_item .file_tags a:hover {
  color: #129979 !important;
}

.filearea_item2 {
  font-size: 14px;
  padding: 5.22px 7px;
  display: flex;
  flex-direction: row;
  flex: 1;
  max-width: 50%;
}

.filearea_item2 > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* height: 50px; */
}

.filearea_item2 > div:nth-child(3) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.file_info > div:nth-child(1) {
  margin-bottom: 7px;
  height: 20px;
  width: 250px;
}

.filearea_item2_white {
  background-color: #fff !important;
}

.filearea_item2 {
  background-color: #f9f9ff;
}

.filearea_item2 .file_download {
  border: 1px solid #ef7156;
  color: #ef7156;
  text-align: center;
  width: 40px;
  border-radius: 2px;
}

.filearea_item2 .file_tags a {
  border: 1px solid #efefef;
  color: #676767 !important;
  padding: 2px 6px;
  border-radius: 2px;
  background-color: #fff;
}

.filearea_item2 .file_tags a:hover {
  color: #129979 !important;
}

.margin_tb0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.area_list {
  display: flex;
}

.area_list:before {
  content: "●";
  color: #9b9b9b;
  font-size: 10px;
  padding-right: 5px;
}

.area_list > div {
  font-size: 14px;
}

/* .area_list>div:nth-child(1){
    width: 50px;
} */
.area_list > div:nth-child(1) {
  width: 200px;
  overflow: hidden;
  /* height: 20px; */
}

.area_list > div:nth-child(1) > a:nth-child(1) {
  padding-right: 10px;
  color: #f1561a;
}

.area_list > div:nth-child(2) {
  color: #a6a6a6;
}

.area_list3 {
  /* display: flex; */
}

.area_list3 > div {
  font-size: 14px;
  float: left;
  min-height: 1px;
}

/* .area_list>div:nth-child(1){
    width: 50px;
} */
.area_list3 > div:nth-child(1) {
  width: 200px;
  overflow: hidden;
  /* height: 20px; */
}

.area_list3 > div a {
  color: #565656;
}

.area_list3 > div:nth-child(4) > a:nth-child(1) {
  padding-right: 10px;
  color: #f1561a;
}

.area_list3 > div:nth-child(2) {
  /* color: #a6a6a6; */
}

.flex_ul {
  display: flex;
  flex-direction: column;
}

.flex_ul li {
  flex: 1;
  display: flex;
  align-items: center;
}

.bltopt_h .select_btn {
  display: flex;
  flex-direction: row;
  margin: 0 5px;
  padding: 0 4px;
  cursor: pointer;
}

.bltopt_h.h_99 > div {
  width: 99%;
}

.height314 {
  /* height: 374px; */
  height: 314px;
}

.srch_form {
  height: 263px;
  overflow: hidden;
}

.srch_form > div {
  display: flex;
  flex-flow: row;
  height: 30px;
}

.srch_form > div input,
.srch_form > div select {
  height: 30px !important;
  line-height: 30px !important;
  font-size: 14px !important;
  box-sizing: border-box !important;
  padding: 3px 5px !important;
}

.srch_form > div select {
  display: block;
  width: 100%;
  border: 1px solid #DEE2E6;
  border-radius: 3px 3px;
  color: #565656;
}

.srch_form label {
  color: #565656 !important;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
}

.devide_img {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #efefef;
  overflow: hidden;
}

.devide_img img {
  height: 71px !important;
}

.srch_form {
  padding-left: 10px;
}

.srch_form > div input {
  /* width: 172px; */
}

.srch_form > div > div:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.srch_form > div > div:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 3;
}

.col3_zone_left_1 > div {
  margin-bottom: 8px;
  margin-right: 8px;
}

.height600 {
  height: 600px;
}

.ad_gray {
  background-color: #d9d9d9;
  overflow: hidden;
}

.ad_gray img {
  height: 100%;
}

.pdding0 {
  padding: 0 !important;
}

.omit_font {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.omit_font:hover {
  color: #179979;
}

a {
  text-underline-offset: none;
}

.sort_name a:hover {
  color: #007bff !important;
  text-decoration: none !important;
}

.topnews {
  color: #fff;
  width: 90%;
}

.topnews:hover,
.topnews:hover .top_text {
  color: #ede0e0 !important;
}

.multiBanner .more a:hover {
  color: #ede0e0;
  text-decoration: none !important;
}

/* .omit_font::after{
    content: "1111";
} */
.hot_news_scrolls {
  display: flex;
}

.hot_news {
  flex: 1;
  width: 100%;
  height: 100%;
}

.hot_news .swiper-wrapper {
  width: 100% !important;
  position: relative;
  height: 100%;
  font-size: 14px;
  color: #404040;
}

.hot_news .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}

.hot_news .swiper-wrapper .swiper-slide img {
  border-radius: 3px;
  margin-bottom: 5px !important;
  /* height: 100%; */
}

.swiper_info {
  position: absolute;
  width: 100%;
  height: 80px;
  overflow: hidden;
  background-color: #fff;
  /* color: #fff; */
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 5px 5px;
  font-size: 14px;
  text-align: left;
}

.swiper_title {
  height: 40px;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.swiper_title:hover {
  color: #179979;
}

.hot_news .swiper-pagination {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  display: flex;
  justify-content: flex-end;
  box-sizing: border-box;
  padding-right: 10px;
}

/* .bi-chevron-double-right::before {
    font-weight: 600 !important;
} */
.mySwiper {
  height: 456px !important;
  overflow: hidden;
  margin-bottom: 10px;
}

.mySwiper .swiper-slide a {
  object-fit: cover;
}

.mySwiper .swiper-slide,
.mySwiper .swiper-slide a {
  width: 100%;
  height: 100% !important;
  margin: 0 !important;
}

.bg_banner_msg {
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  /* background-color: rgba(0, 0, 0, 0.5); */
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}

.bg_banner_msg a {
  display: block;
  width: 80% !important;
  height: 100% !important;
  color: #fff;
  font-size: 20px;
  text-align: left;
  line-height: 50px;
  box-sizing: border-box;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bg_banner_msg a:hover {
  color: #179979 !important;
}

.mySwiper .swiper-slide img:hover {
  transform: scale(1.07);
}

.scale_img {
  transition: all 0.6s;
}

.scale_img:hover {
  transform: scale(1.07);
}

.img_font {
  height: 100%;
  width: 100%;
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  border: 1px solid #efefef;
}

.img_font_info {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 5px 9px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.img_font_info:hover {
  color: #179979;
}

.content_intro {
  word-break: break-all;
  box-sizing: border-box;
  padding-right: 15px;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

.content_intro a {
  font-size: 14px !important;
}

.content_intro:hover {
  color: #179979;
}

.hotcity_item {
  cursor: pointer;
}

.hotcity_item.hotcity_active {
  background-color: #179979;
  color: #fff;
  border-color: #179979;
}

.hotcity_content {
  /* display: none; */
}

.company_name {
  height: 25px;
  width: 100%;
  overflow: hidden;
  line-height: 20px;
  box-sizing: border-box;
  padding-left: 10px;
}

.company_name > a,
.company_name > img {
  float: left;
}

.company_name a {
  font-size: 14px;
  width: 160px;
}

.ad_gray {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact_us {
  background-color: #fff;
  box-sizing: border-box;
  padding: 10px 13px;
  height: 200px;
}

.contact_us > div:nth-child(2) > div:nth-child(2) {
  margin-top: 13px;
}

.bg-teal-500 {
  background-color: #129979 !important;
}

button.serh_btn {
  font-size: 14px !important;
}

button.serh_btn:hover,
.bg-teal-500:hover {
  background-color: #109958 !important;
}

button.bg-teal-500 {
  height: 35px !important;
  line-height: 13px !important;
  width: 150px !important;
  font-size: 14px;
  font-weight: 400;
}

button.serh_btn:active,
button.bg-teal-500:active {
  background-color: #28a745 !important;
}

.contact_item {
  cursor: pointer;
  box-sizing: border-box;
}

.contact_item img {
  box-sizing: border-box;
}

.contact_item > div {
  box-sizing: border-box;
  border-radius: 4px;
  overflow: hidden;
}

.contact_item_active {
  color: #129979;
}

.contact_item_active div,
.contact_item > div:hover {
  background-color: #eeeeee;
}

.contact_item_active span,
.contact_item:hover span {
  color: #129979;
  text-decoration: underline;
}

.frilink {
  width: 100%;
  /* border-top: 2px solid #AAA9A9; */
  height: 100px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  /* overflow: hidden; */
}

.frilink_opt {
  background-color: #F5F5F5;
  color: #807E7E;
  display: flex;
  flex-direction: row;
  /* flex: 1; */
  height: 40px;
  margin-top: -1px;
  /* border-top: 2px solid #807E7E; */
  display: flex;
}

.frilink_opt_right {
  border-top: 2px solid #AAA9A9;
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.frilink_opt_right > div {
  width: 250px;
  text-align: right;
  font-size: 12px;
  font-weight: bold;
}

.frilink_opt_right > div a {
  padding-right: 10px;
}

.frilink_opt .frilink_item_active {
  border-top: 2px solid #4676BD;
  color: #4676BD;
}

.frilink_item {
  flex-grow: 1;
  border-top: 2px solid #AAA9A9;
  border-right: 1px solid #AAA9A9;
}

.frilink_opt_right {
  flex: 15;
}

.frilink_opt > div {
  height: 100%;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  /* border-right: 1px solid #AAA9A9; */
  font-size: 14px;
}

.frilink_ctet {
  background-color: #fff;
  flex: 1;
  box-sizing: border-box;
  padding: 5px 5px;
  display: flex;
  align-items: center;
}

.frilink_ctet a {
  padding: 15px 10px;
  font-size: 14px;
  color: #9E9E9E;
}

.subnav_home a {
  font-size: 26px !important;
  color: #6fab65;
}

.subnav_home a:hover {
  text-decoration: none;
}

div.top_row2.home {
  margin-top: 0px !important;
  height: 65px !important;
  border-left: 1px solid #C8C0C0;
  box-sizing: border-box;
  padding-top: 8px;
  padding-bottom: 10px;
}

.serh_area {
  width: 600px;
}

.serh_area .serh input {
  width: 100% !important;
  max-width: 100% !important;
  font-size: 14px !important;
  color: #686868 !important;
}

.font_shadow {
  font-size: 14px;
  position: relative;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin-top: 10px;
  color: #6a6a6a;
  /* box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2); */
}

.font_shadow_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.12));
  filter: blur(3px);
}

.float_qrcode {
  width: 180px;
  height: 180px;
  position: fixed;
  right: 100px;
  bottom: 20px;
  display: none;
}

div.qrcode_show {
  display: block;
}

.float_qrcode img {
  width: 170px;
  height: 170px;
}

.float_qrcode_btn {
  position: absolute;
  right: 0;
  top: -10px;
  cursor: pointer;
}

.float_qrcode_btn:hover {
  color: red;
}

.footmenu a:hover span {
  color: #1565C0;
  /* text-decoration: underline; */
}

.person_info a {
  color: #4C4C4C;
  font-size: 14px;
}

.person_info > p > a {
  padding-bottom: 10px;
}

.skill_div {
  width: 180px;
  height: 42px;
  overflow: hidden;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.swiper-pagination-bullet-active {
  background: #182e4e;
  width: 8px;
  height: 8px;
  margin-top: -2px;
}

.bltopt_inline_ul_red {
  height: 22px;
  width: 100%;
  color: #eb4949;
  line-height: 24px;
  padding-left: 13px;
  font-weight: bold;
}

.bltopt_inline_ul_red a {
  font-size: 16px;
}

.bltopt_inline_ul_blue {
  height: 22px;
  width: 100%;
  color: #0659ba;
  line-height: 24px;
  padding-left: 13px;
  font-weight: bold;
}

.bltopt_inline_ul_blue a {
  font-size: 16px;
}

.banner_bottom {
  height: 218px;
  position: relative;
}

.banner_bottom > div {
  position: relative;
}

.player_icon {
  position: absolute;
  z-index: 2;
  bottom: 4px;
  left: 6px;
  font-size: 22px;
  color: #fff;
}

.player_icon:hover {
  color: #129979 !important;
}

.imgcover {
  object-fit: cover !important;
  height: 100% !important;
  width: 100% !important;
  max-width: 9999px !important;
}

.bgcover {
  background-repeat: no-repeat;
  background-size: cover;
}

.img100 {
  height: 100% !important;
  width: 100% !important;
}

.banner_bottom > div:nth-child(1) {
  height: 146px;
  overflow: hidden;
}

.banner_bottom > div:nth-child(1) img {
  width: 100%;
  transition: all 0.6s;
  object-fit: cover;
}

.banner_bottom > div:nth-child(1) img:hover {
  transform: scale(1.1);
}

.px12 {
  font-size: 12px;
}

.px16 {
  font-size: 16px;
}

.px14 {
  font-size: 14px;
}

.px12_force {
  font-size: 12px !important;
}

.px16_force {
  font-size: 16px !important;
}

.px20_force {
  font-size: 20px !important;
}

.px14_force {
  font-size: 14px !important;
}

.px12 a,
.px12 p,
.px12 span {
  font-size: 12px;
}

.px14 a,
.px14 p,
.px14 span {
  font-size: 14px;
}

.px16 a,
.px16 p,
.px16 span {
  font-size: 16px;
}

.px12_force a,
.px12_force p,
.px12_force span {
  font-size: 12px !important;
}

.px14_force a,
.px14_force p,
.px14_force span {
  font-size: 14px !important;
}

.px16_force a,
.px16_force p,
.px16_force span {
  font-size: 16px !important;
}

.jcfs {
  justify-content: flex-start !important;
}

.bgf5 {
  background-color: #F5F5F5;
}

.mb6 {
  margin-bottom: 6px !important;
}

.banner_bottom_tag {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #cf1526;
  height: 22px;
  color: #fff;
  font-size: 12px;
  padding: 2px 5px;
}

.datapager {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 81px;
}

.news_head {
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
}

.width100 {
  width: 100%;
}

.news_head_line {
  display: flex;
  justify-content: flex-start;
}

.news_head_line > div:first-child {
  width: 150px;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.news_head_line > div:last-child {
  width: 1050px;
  box-sizing: border-box;
  padding-right: 40px;
  overflow: hidden;
}

.head_title h1 {
  min-height: 36px;
  max-height: 72px;
  font-size: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-align: center;
}

.head_title_row2 {
  margin-top: 10px;
  padding-left: 80px;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.head_title_row2 .span_font {
  line-height: 23px;
}

.head_title_share {
  float: right;
}

.tags_opt {
  margin-right: 10px;
}

.font_opt_flex {
  display: flex;
  flex-direction: row;
}

.font_opt {
  padding: 3px 3px;
  border-radius: 50%;
  cursor: pointer;
  height: 25px;
  width: 25px;
  box-sizing: border-box;
  line-height: 18px;
  text-align: center;
  margin: 0 2px;
}

/* .font_opt:nth-child(1) {
    width: 40px;
} */
.font_opt.active {
  background-color: #2c64c3;
  color: #fff;
}

.font_opt:hover {
  background-color: #2c64c3;
  color: #fff;
}

.head_title_share {
  display: flex;
  align-items: center;
}

.head_title_share div {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.head_title_share div a {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

.head_title_share div a {
  color: #fff !important;
  font-size: 16px;
}

.head_title_share > div:nth-child(2) a {
  background-color: #30af05;
}

.head_title_share > div:nth-child(2) a:hover {
  background-color: #299405;
}

.head_title_share > div:nth-child(3) a {
  background-color: #E71f19;
}

.head_title_share > div:nth-child(3) a:hover {
  background-color: #bb1e18;
}

.head_title_share > div:nth-child(4) a {
  background-color: #b4b4b4;
  padding-left: 2px;
}

.head_title_share > div:nth-child(4) a:hover {
  background-color: #8f8f8f;
}

.head_title_share > div:nth-child(5) a {
  background-color: #105efb;
}

.head_title_share > div:nth-child(5) a:hover {
  background-color: #124dc5;
}

.col3_zone_left_cotet {
  width: 100%;
  display: flex;
}

.col3_zone_left_cotet > div {
  width: 434px;
  margin-right: 8px;
}

.chmt_8 > div {
  margin-bottom: 7.5px;
}

.mr_8px {
  margin-right: 7.5px !important;
}

.chmr_8px > div {
  margin-right: 7.5px !important;
}

.chmr_8px_nolast > div {
  margin-right: 7.5px !important;
}

.chmr_8px_nolast > div:last-child {
  margin-right: 0;
}

.list_nolast_line > li {
  border: none !important;
}

.width98p {
  width: 98.5% !important;
}

.ch400wid {
  display: flex;
}

.ch400wid > div {
  width: 400px;
  min-height: 1px;
  box-sizing: border-box;
  padding: 10 15px;
}

.ch384wid {
  display: flex;
}

.ch384wid > div {
  width: 400px;
  min-height: 1px;
  box-sizing: border-box;
  margin-right: 8px;
}

.ch384wid > div:last-child {
  margin-right: 0;
}

.col3_wid {
  display: flex;
  flex-direction: row;
}

.col3_wid_left {
  display: flex;
  flex-direction: row;
}

.indurty_top_ad > div {
  margin-bottom: 8px;
}

.block_energe > div {
  width: 590px;
  margin: 6px 0;
  margin-bottom: 8px;
}

.block_energe > div:nth-child(1) {
  height: 22px;
}

.block_energe > div:nth-child(1) > a {
  font-size: 18px;
  color: #0156bb;
  font-weight: bold;
}

.block_energe > div:nth-child(2) {
  height: 45px;
  font-size: 14px;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.totop {
  text-decoration: none;
}

.totop:hover {
  text-decoration: none;
}

.indurty_top_ad {
  margin-top: 14px;
}

.indurty_top_ad .ad_zone {
  height: 80px;
}

.row2_block {
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.busi_list {
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.busi_list li {
  list-style: none;
  text-align: center;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  font-size: 14px;
}

.busi_list li.busi_active {
  background-color: #129979;
  color: #fff !important;
}

.busi_list li.busi_active a {
  color: #fff !important;
}

.famous_company {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
}

.famous_company > div:nth-child(1) {
  font-weight: bold;
  font-size: 18px;
  color: #343434;
}

.famous_company > div:nth-child(2) {
  color: #676767;
}

.famous_company_ad {
  display: flex;
  justify-content: center;
}

.famous_company_ad > div {
  width: 175px;
  height: 200px;
  background-color: #efefef;
  margin-right: 10.2px;
}

.famous_company_ad > div:last-child {
  margin-right: 0;
}

.famous_company_ad > div img {
  height: 100%;
}

.market_opt {
  display: flex;
  height: 38px;
}

.market_opt > div {
  background-color: #f5f5f5;
  flex: 1;
  border: 1px solid #efefef;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #343434;
  font-size: 16px;
  cursor: pointer;
}

.market_opt > div:hover {
  background-color: #fff;
}

.market_opt > div.mark_active {
  background-color: #fff;
  font-weight: bold;
}

.market_opt > div:nth-child(1) {
  border-right: none;
}

.mark_ctet {
  height: 161px;
  background-color: #fff;
}

.product_zone {
  /* background-color: #fff; */
  display: flex;
  flex-wrap: wrap;
}

.product_item:nth-child(odd) {
  margin-right: 8px;
}

.product_item {
  width: 372px;
  height: 110px;
  background-color: #fff;
  margin-bottom: 8px;
  border: 1px solid #efefef;
  border-radius: 3px;
  box-sizing: border-box;
}

.img_zone {
  height: 109px;
  width: 110px;
  object-fit: cover;
  overflow: hidden;
  border-right: 1px solid #efefef;
  float: left;
  position: relative;
}

.triangle_product {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 52px solid #129979;
  border-left: 52px solid transparent;
}

.triangle_product_font {
  position: absolute;
  top: 0;
  right: 0;
  font-size: #fff;
  width: 24px;
}

.triangle_product_font p {
  width: 24px;
  height: 13px;
  font-size: 11px;
  color: #fff;
  line-height: 12px;
  padding-top: 1px;
  padding-right: 1px;
}

.swiper-button-next,
.swiper-button-prev {
  padding: 35px 15px !important;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9999;
  color: #fff;
}

.swiper-button-next.btn_small,
.swiper-button-prev.btn_small {
  padding: 30px 0px !important;
  font-size: 20px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 30px !important;
  font-weight: 400 !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.4);
  color: #129979;
}

.product_right_zone {
  height: 100%;
  width: 240px;
  margin-left: 8px;
  float: left;
  overflow: hidden;
  /* background-color: red; */
}

.product_right_zone > div:nth-child(1) {
  width: 100%;
  height: 46px;
  overflow: hidden;
  font-size: 14px;
  color: #343434;
  /* margin-bottom: 6px; */
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product_right_zone > div:nth-child(2) {
  width: 100%;
  height: 20px;
  overflow: hidden;
  font-size: 14px;
  color: #8a8a8a;
}

.img_zone img {
  height: 100%;
}

.product_right_btn {
  margin-top: 7px;
}

.product_right_btn button {
  color: #fff;
  padding: 3px 10px;
  font-size: 14px;
  border-radius: 3px;
}

.product_right_btn button.red {
  background-color: #ee2e2c;
}

.product_right_btn button.red:hover {
  background-color: #d62c29;
}

.product_right_btn button.red:active {
  background-color: #9c1f1d;
}

.product_right_btn button.yellow {
  background-color: #fe9821;
}

.product_right_btn button.yellow:hover {
  background-color: #d8811d;
}

.product_right_btn button.yellow:active {
  background-color: #9c5d14;
}

.busi_ad {
  display: flex;
  justify-content: center;
}

.busi_ad > div {
  width: 295px;
  height: 130px;
  float: left;
  background-color: #d9d9d9;
  margin-right: 6.5px;
  display: flex;
}

.busi_ad > div:last-child {
  margin-right: 0;
}

.busi_ad > div img {
  height: 100%;
}

.mark_ctet_list {
  box-sizing: border-box;
  padding-left: 15px;
}

.mark_ctet_list a {
  font-size: 14px;
  color: #565656;
}

.mark_ctet_list li {
  width: 215px;
  height: 21px;
  overflow: hidden;
  margin: 4px 0;
}

.about_list > li > a {
  display: block;
  width: 100%;
  height: 100%;
}

.about_list > li:hover {
  background-color: #16a785;
  color: #fff;
}

.about_list > li:hover a {
  color: #fff;
}

.about_list > li:active {
  background-color: #129979;
  color: #fff !important;
}

.about_list > li:active a {
  color: #fff;
}

.about_ctet_zone {
  overflow: hidden;
}

.about_ctet_zone p,
.about_ctet_zone ul,
.about_ctet_zone div,
.about_ctet_zone ol,
.about_ctet_zone li {
  max-width: 986px;
}

.about_ctet_zone > div {
  padding: 10px 18px;
  padding-bottom: 0px;
}

.float_btn_zone {
  position: fixed;
  right: 40px;
  top: 42%;
  width: 50px;
  height: 200px;
  z-index: 9999;
  /* background-color:red; */
}

.float_btn_zone .ico {
  box-sizing: border-box;
  padding: 5px 5px;
}

.product_right_zone a {
  font-size: 14px !important;
}

.float_btn_zone > div:nth-child(2) {
  margin-bottom: 8px;
  box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, 0.05);
}

.float_btn_zone > div:nth-child(2),
.float_btn_zone > div:nth-child(3),
.float_btn_zone > div:nth-child(4),
.float_btn_zone > div:nth-child(5) {
  margin-bottom: 8px;
  box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, 0.05);
}

.float_btn_zone > div:nth-child(1) a {
  display: block;
  width: 130px;
  /* height: 80px; */
  cursor: pointer;
  margin-left: -40px;
}

.float_btn_zone > div:nth-child(2) a,
.float_btn_zone > div:nth-child(3) a,
.float_btn_zone > div:nth-child(4) a,
.float_btn_zone > div:nth-child(5) a {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #fff;
  cursor: pointer;
}

/* .float_btn_zone a {
  
} */
.float_btn_zone a > i {
  width: 50px;
  height: 50px;
  font-size: 30px;
  /* padding: 10px; */
  display: flex;
  justify-content: center;
  align-items: center;
  color: #787878;
}

.float_btn_zone a > i:hover {
  color: #129979;
}

.no_underline_head {
  text-decoration: none !important;
}

.no_underline_head:hover {
  color: #156c56 !important;
}

.no_underline_head_green {
  text-decoration: none !important;
}

.no_hover_green {
  cursor: text !important;
}

.no_hover_green span {
  background-color: #129979 !important;
  color: #fff !important;
  text-decoration: none !important;
}

.no_hover_green:hover span {
  background-color: #129979 !important;
  color: #fff !important;
  text-decoration: none !important;
}

.no_underline_head_green:hover,
.no_underline_head_green:hover a {
  text-decoration: none !important;
  background-color: #156c56 !important;
  color: #fff !important;
}

.no_underline {
  text-decoration: none !important;
}

.no_underline:hover {
  text-decoration: none !important;
}

.nav_dot_pic_book:hover a {
  color: #454545 !important;
  text-decoration: underline;
}

.qrcode_pic_right {
  position: absolute;
  width: 170px;
  /* height: 190px; */
  z-index: 999;
  border-radius: 0 !important;
  /* padding: 10px; */
  right: 320px;
  top: 0px;
  background-color: #fff;
  box-shadow: 2px 2px 5px #bababa;
  transition: all 0.4s ease-in-out;
}

.qrcode_pic_neng {
  position: absolute;
  width: 180px;
  height: 240px;
  z-index: 999;
  border-radius: 9px !important;
  /* padding: 5px; */
  right: 320px;
  top: 0px;
  /* margin-left: 5px; */
  background-color: #fff;
  /* border-radius: 5px; */
  overflow: hidden;
  box-shadow: 2px 2px 5px #bababa;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

#qrcode_pic_neng.active {
  visibility: visible;
  opacity: 1;
}

#qrcode_pic_right.active {
  height: 190px !important;
}

.qrcode_pic_neng span,
.qrcode_pic_right span {
  display: inline-block;
  font-size: 14px;
  margin: 5px 0;
  margin-left: 10px;
}

.float_btn_zone i svg {
  height: 29px;
  width: 29px;
  margin-left: 3px;
}

#qrcode_pic_ctet_right {
  position: absolute;
  width: 150px;
  height: 150px;
  z-index: 999;
  border-radius: 0 !important;
  background-color: #fff;
  margin-left: 10px;
}

#qrcode_pic_ctet_right img {
  width: 150px;
  height: 150px;
}

#qrcode_pic_ctet_neng {
  position: absolute;
  width: 180px;
  height: 240px;
  z-index: 999;
  /* border-radius: 5px !important; */
  /* background-color: #fff; */
  /* margin-left: 10px; */
}

#qrcode_pic_ctet_neng img {
  width: 180px;
  /* height: 150px; */
}

.qrcode_pic_btn_hide_right {
  position: absolute;
  right: 0;
  top: 0;
  width: 25px !important;
  height: 25px !important;
  text-align: center;
  line-height: 25px;
  cursor: pointer;
}

.qrcode_pic_btn_hide:hover i,
.qrcode_pic_btn_hide_right:hover i {
  color: #E71f19;
}

.qrcode_pic_style {
  top: 40px;
  position: absolute;
  border: 0px solid #efefef;
  width: 170px;
  overflow: hidden;
  z-index: 999;
  border-radius: 0 !important;
  /* padding: 10px; */
  right: 0px;
  background-color: #fff;
  box-shadow: 2px 2px 5px #bababa;
  transition: all 0.3s ease-in-out;
}

.qrcode_pic_style.active {
  height: 190px !important;
}

.qrcode_pic_style .scan_title {
  position: relative;
  margin-top: 5px;
  display: inline-block;
  padding-left: 10px;
}

.qrcode_pic_ctet_style {
  position: absolute;
  width: 150px;
  height: 150px;
  z-index: 999;
  border-radius: 0 !important;
  background-color: #fff;
  margin-top: 5px;
  margin-left: 10px;
}

.qrcode_pic_btn_hide {
  position: absolute;
  right: 0;
  top: 0;
  width: 25px !important;
  height: 25px !important;
  text-align: center;
  line-height: 25px;
  cursor: pointer;
}

#newnotice_keyword_fill {
  overflow: hidden;
  /*超出部分隐藏*/
  white-space: nowrap;
  /*禁止换行*/
  text-overflow: ellipsis;
  /*省略号*/
}

.ad_gray img,
.ad_zone img,
.famous_company_ad img,
.busi_ad img {
  height: 100% !important;
  width: 100% !important;
}

.busi_ad div a {
  width: 100% !important;
  height: 100% !important;
}

.max_screen {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #f5f5f5;
}

.ctet {
  width: 1200px;
}

.sort_zone {
  margin: 15px 0;
  height: 50px;
  display: flex;
  font-size: 16px;
  padding-left: 3px;
  box-sizing: border-box;
}

.sort_zone > div {
  position: relative;
  /* margin-right: 10px; */
  display: flex;
  flex-direction: row;
}

.wrap_row_font {
  width: 28px;
}

.sort_zone > div:nth-child(1) {
  width: 151px;
}

.sort_zone_small {
  /* display: flex; */
  height: 50px;
  box-sizing: border-box;
}

.sort_zone_small > div {
  text-align: center;
}

.sort_zone_small div {
  /* width: 45px; */
  height: 25px;
  line-height: 25px;
  float: left;
  /* margin-top: -1px; */
  font-size: 14px;
  padding: 0;
}

.sort_zone > div .sort_zone_small > div {
  box-sizing: content-box;
  padding-left: 15px;
}

.sort_zone > div:nth-child(1) .sort_zone_small > div {
  /* width: 28px; */
}

.sort_zone > div:nth-child(2) {
  width: 292px;
}

.sort_zone > div:nth-child(2) .sort_zone_small > div {
  width: 42px;
  text-align: center;
}

.sort_zone > div:nth-child(3) {
  width: 207px;
}

.sort_zone > div:nth-child(3) .sort_zone_small > div {
  width: 56px;
}

.sort_zone > div:nth-child(4) {
  width: 221px;
}

.sort_zone > div:nth-child(4) .sort_zone_small > div {
  /* width: 56px; */
}

.sort_zone > div:nth-child(5) {
  width: 208px;
}

.sort_zone > div:nth-child(5) .sort_zone_small > div {
  /* width: 42px; */
}

.sort_zone > div:nth-child(5) .sort_zone_small > div:nth-child(4) {
  width: 42px;
  text-align: center;
}

.sort_zone > div:nth-child(6) {
  width: 50px;
  margin-right: 13px;
}

.sort_name {
  width: 50px !important;
  height: 50px;
  flex-shrink: 0;
  padding: 4px 5px;
  text-align: center;
  font-size: 14px;
  border-radius: 4px;
  background-color: #129979;
  color: #fff;
  /* font-size: 14px; */
}

.banner3060 {
  width: 950px;
  height: 65px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.banner3060 img {
  height: 100%;
}

.multiBanner_area {
  /* background-color: #129979 !important; */
  box-sizing: border-box;
  display: flex;
  padding: 0px 10px;
  justify-content: space-between;
  position: relative;
}

.multiBanner_area_img {
  width: 259px;
  /* height: 240px; */
  display: flex;
  align-items: center;
  position: relative;
}

.multiBanner_area_img img {
  width: 259px;
  /* height: 274px; */
  position: absolute;
  bottom: 0;
  right: -30px;
}

.multiBanner {
  width: 960px;
}

.multiBanner div {
  /* background-color: #129979  !important; */
}

.multiBanner button {
  padding: 1px 10px !important;
  border-radius: 10px 10px !important;
  font-size: 14px;
}

.ctet .hotred {
  text-align: center !important;
  color: #af1111;
  width: 70%;
  margin: 0 auto;
  height: 40px !important;
  overflow: hidden;
}

.hotred:hover,
.ctet .hotred_ctent:hover {
  color: #129979;
}

.ctet .hotred_ctent {
  text-align: center !important;
  color: #6c6c6c;
  width: 85%;
  margin: 0 auto;
}

.policy {
  border-top: 3px solid #129979;
}

.ctet > div {
  border-radius: 2px 2px;
  margin-bottom: 8px;
}

.newnotice_area {
  display: flex;
  height: 37px;
  box-sizing: border-box;
  background-color: #fff;
  margin-top: 8px;
}

.newnotice_area.lh37 {
  line-height: 37px;
  padding-left: 10px;
}

.newnotice_area > div:nth-child(1) {
  width: 90px !important;
}

@keyframes scroll_left {
  from {
    left: 0;
  }
  to {
    left: -2100px;
  }
}

.newnotice_area .msg {
  flex-grow: 1;
  max-width: 9999px;
  height: 100%;
  /* overflow: hidden; */
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  animation: scroll_left 90s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.newnotice_area .msg.paused {
  animation-play-state: paused;
}

.newnotice {
  line-height: 18px;
}

.newnotice_area .msg > div {
  width: 300px;
  line-height: 18px;
}

.newnotice_area_scroll {
  flex-grow: 1;
  width: 90%;
  height: 100%;
  overflow: hidden;
  display: flex;
  position: relative;
}

.newnotice_area .msg a {
  color: #5f5f5f;
  font-size: 14px;
  /* flex: 1; */
  /* max-width: 24%; */
  /* margin-right: 10px; */
}

.newnotice_area .msg_hotkey {
  line-height: 18px;
}

.newnotice_area .msg_hotkey a {
  color: #5f5f5f;
  font-size: 14px;
  /* flex: 1; */
  /* max-width: 24%; */
  margin-right: 10px;
}

.newnotice_area .msg span {
  line-height: 12px;
}

.newnotice_area .msg span:before {
  color: #129979;
  content: "●";
  font-size: 10px;
  padding-right: 5px;
}

.newnotice_area .msg_hotkey span:before {
  color: #129979;
  content: "●";
  font-size: 10px;
  padding-right: 5px;
}

.newnotice_area .msg a:hover {
  color: #129979;
}

.newnotice_area .msg_hotkey a:hover {
  color: #129979;
}

.newnotice {
  color: #129979;
  font-size: 16px;
  font-weight: bold;
  padding-left: 5px;
}

.bg_banner {
  background-color: #f5f5f5;
}

.bg_banner_right {
  height: 683px;
  overflow: hidden;
}

.bg_banner_right h2 a:first-child {
  font-size: 16px !important;
  color: #129979 !important;
}

.bg_banner_right h2 a:last-child {
  font-size: 12px !important;
  color: #6c6c6c;
}

.hotdot {
  padding-top: 14px;
  padding-left: 7px;
  box-sizing: border-box;
  padding-right: 2px;
  display: flex;
  justify-content: space-between;
  width: 90%;
}

.bg_banner_right .line {
  width: 90%;
  height: 2px;
  background-color: #efefef;
}

.bg_banner_right .line div {
  width: 60px;
  height: 2px;
  background-color: #3897de;
  margin: 5px 0;
}

.bg_banner_right ul {
  padding: 0;
  margin: 0;
  width: 98%;
  height: 627px;
  /* display: flex; */
  flex-direction: column;
  overflow: hidden;
  /* padding-top: 2px; */
}

/* .in_side_rank{
    padding-bottom: 15px !important;
} */
.bg_banner_right ul li {
  list-style: none;
  overflow: 75px;
}

.bg_banner_right ul li:last-child {
  border: none !important;
}

.bg_banner_right ul li a {
  color: #3a3a3a;
  display: block;
  float: left;
  line-height: calc(var(--hot_news-height) / 2);
  width: 94%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: var(--hot_news-height) !important;
  position: relative;
  box-sizing: border-box;
}

.bg_banner_right ul li a:after {
  content: "";
  height: 0;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #f6f8fc;
  z-index: 10;
}

.bg_banner_right ul li:last-child a {
  border-bottom: none !important;
}

.bg_banner_right ul li:hover {
  color: #129979;
}

.bg_banner_right ul li > .dot {
  width: 4%;
  float: left;
  position: relative;
  top: 3px;
}

.bg_banner_right ul li > .dot:before {
  content: "●";
  color: #5e98dc;
  font-size: 12px;
  padding-right: 5px;
}

.bg_banner .video_info {
  padding: 15px 10px;
  padding-bottom: 10px;
  line-height: 24px;
  box-sizing: border-box;
  height: 60px;
  width: 100%;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.bg_banner .video_info:hover {
  color: #129979;
}

.hotcity {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.hotcity > div {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e5e5e5;
  border-top: none;
  padding: 7px 4px;
  font-size: 14px;
}

.area_list2 a {
  overflow: hidden;
  height: 20px;
}

.area_list2 {
  display: flex;
  /* margin: 10px 0 !important; */
  /* padding-left: 20px; */
  font-size: 14px;
}

.area_list2_dot {
  width: 20px;
  line-height: 27px;
  text-align: center;
}

.area_list2 > div {
  font-size: 14px !important;
  box-sizing: border-box;
  padding: 0 2px;
}

.exhi_ul_area_line > div {
  width: 100%;
}

.exhi_ul_area {
  width: 100%;
}

.area_list2 > div:nth-child(2) {
  width: 200px !important;
}

.area_list2 > div:nth-child(3) {
  width: 150px !important;
}

.area_list2 > div:nth-child(4) {
  width: 186px;
  text-align: right;
}

.area_list2_dot:before {
  content: "●";
  color: #9b9b9b;
  font-size: 10px;
  padding-right: 0px;
}

.area_list2 a div:nth-child(3) {
  text-align: center;
}

.nav_dot > div {
  height: 128px;
  display: flex;
  flex-direction: column;
}

.nav_dot_pic {
  height: 84px;
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  /* object-fit: cover; */
}

.nav_dot_pic:nth-child(odd) {
  margin-right: 10px;
}

.nav_dot_pic img {
  /* width: 130px; */
  height: 75px;
  transition: all 0.6s;
}

.nav_dot_pic img:hover {
  transform: scale(1.07);
}

.nav_dot_pic_info {
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 101%;
  height: 30px;
  line-height: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  color: #fff;
  font-size: 14px;
  box-sizing: border-box;
  padding: 2px 5px;
  text-align: center;
}

.nav_dot_pic_book {
  position: absolute;
  bottom: 33px;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 27px;
  overflow: hidden;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  color: #fff;
  font-size: 14px;
  box-sizing: border-box;
  padding: 2px 5px;
}

.nav_dot_pic_info:hover {
  color: #129979;
}

.nav_dot_pic_book:hover {
  color: #129979;
}

.hw100 {
  width: 100%;
  height: 100%;
}

.nav_dot_info2 a {
  width: 100%;
  height: 20px;
  overflow: hidden;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 14px;
  color: #565656;
}

.nav_dot_info {
  color: #565656;
  flex-grow: 1;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.area_name {
  font-size: 14px;
  color: #666;
  display: inline-block;
  padding: 2px 3px;
}

.product_select {
  display: flex;
  flex-direction: row;
  margin-top: 2px;
}

.product_select > div {
  padding: 0 5px;
  background-color: #129979;
  color: #fff;
  margin-right: 10px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 400;
  /* height: 20px; */
}

.business_mt {
  margin-top: 3px;
  padding-bottom: 8px;
}

.companylogo {
  margin-top: 10px;
}

.companylogo a {
  text-align: center;
  display: flex;
  justify-content: center;
  height: 69.33px !important;
}

.companylogo a img {
  display: inline-block;
}

.proudct_item {
  overflow: hidden;
  border-radius: 2px;
}

.proudct_item_info {
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.proudct_item_info:hover {
  color: #129979;
}

.width98 {
  width: 98.5% !important;
}

.width99 {
  width: 99% !important;
  box-sizing: border-box;
  padding-top: 10px;
  padding-left: 13px;
}

.nav_dot_pic.dont img:hover {
  transform: scale(1);
}

.exhi_title {
  height: 20px !important;
}

.exhi_title h2 {
  font-size: 16px;
  color: #1C9C7D;
  font-weight: bold;
  /* border-left: 2px solid #1C9C7D; */
  padding-left: 5px;
}

.professor_icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}

.professor_icon:hover img {
  transform: scale(1.07);
}

.about_131 {
  padding-top: 10px !important;
}

.file_download a {
  text-decoration: none;
}

.file_download a:hover {
  text-decoration: none;
}

.fonthover:hover {
  color: #129979 !important;
}

.bonus_ul {
  width: 298px;
  height: 353px;
  overflow: hidden;
}

.bonus_ul ul {
  height: 353px;
  overflow: hidden;
}

.bonus_ul li > div:nth-child(1) {
  width: 210px;
}

.bonus_ul li > div:nth-child(2) {
  text-align: right;
  width: 70px;
}

.side2_ul {
  width: 270px !important;
}

.side2_ul .hot_img {
  height: 39px !important;
  width: 280px !important;
}

.side2_ul .hot_img_font {
  width: 250px !important;
}

.side3_hot_img {
  height: 41.3px;
  width: 280px;
}

.contatus_bg {
  background-color: #F5F5F5;
}

.side_rank1 .img_font {
  height: 188px;
}

.side_rank1_ul {
  width: 270px;
  height: 288px;
}

.contact_btn_zone {
  display: flex;
  justify-content: center;
  padding-top: 10px !important;
}

.side_carbon .img_font {
  height: 208px;
}

.side_carbon_ul {
  width: 295px;
  height: 288px;
}

.list_right {
  width: 324px;
}

.news_source {
  width: 110px;
}

.news_source p {
  text-align: center;
}

.head_title_zone {
  overflow: visible !important;
}

.news_font_zone {
  position: relative;
}

.head_title_share > div {
  position: relative;
  cursor: pointer;
}

.news_ctet {
  border-top: 1px solid #efefef;
}

.news_ctet .col3_zone_left {
  margin-right: 1px;
  display: block;
}

.news_ctet_row1 {
  background-color: #fff;
  margin: 0;
}

.news_ctet_row1 > div:nth-child(1) {
  padding: 10px 15px;
}

.news_copyright {
  font-size: 14px !important;
}

.pre_next_one {
  width: 830px;
  height: 120px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pre_next_one > div {
  margin: 3px 0;
  color: #565656;
}

.news_rela {
  color: #0055BB;
  font-weight: 600;
  font-size: 22px;
  padding-left: 10px;
}

.news_rela_ul {
  margin-top: 5px;
  width: 830px;
  padding-left: 10px !important;
}

.news_rela_li {
  border: none !important;
}

.news_right {
  width: 324px;
  margin: 0;
}

.news_adgray {
  height: 150px;
}

.plist_date {
  color: #656565;
}

.plist_date a {
  color: #656565;
}

.plist_line {
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
}

.plist_li {
  height: 40px;
  line-height: 40px;
  width: 850px !important;
}

.plist_col1 {
  line-height: 35px;
}

.plist_bg .plist_ul .plist_col2 {
  width: 710px !important;
}

.plist_ul {
  width: 850px !important;
  padding-top: 10px;
}

.plist_bg {
  background-color: #fff;
}

.i_indus > .img_font > a {
  width: 100% !important;
  height: 100% !important;
}

.h120 {
  height: 120px !important;
}

.ad_zone a {
  display: block;
  width: 100%;
  height: 100%;
}

.ad_gray a {
  display: block;
  width: 100%;
  height: 100%;
}

.head2 .serh input {
  font-size: 14px;
}

.famous_company_ad a {
  height: 100%;
  width: 100%;
}

.fver_center {
  display: table-cell !important;
  vertical-align: middle !important;
}

.row_recruit > div:nth-child(2) {
  min-width: 400px;
}

.zone_info_ctet .text-xs {
  height: 100px;
  width: 307px !important;
  margin-left: -5px;
}

.lc_carb_rank {
  height: 310px;
}

.lc_carb_banner .img_font {
  height: 203px !important;
}

.lc_side2_ul.side2_ul .hot_img {
  height: 38.3px !important;
}

.no_limit_width {
  max-width: 9999px !important;
}

.companylogo a {
  display: block;
  width: 100%;
  height: 100%;
}

.area_info .area_name {
  cursor: pointer;
  padding-top: 4px;
  padding-bottom: 4px;
}

#hotserh_word_fill {
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
  height: 22px;
  width: 400px;
}

.exhi_ul_area_line > div > .exhi_ul_area:not(:nth-child(1)) {
  display: none;
}

.tan_y {
  display: inline-block;
  width: 33px;
}

.tan_m {
  display: inline-block;
  min-width: 17px;
  text-align: center;
}

.tan_d {
  display: inline-block;
  min-width: 17px;
  text-align: center;
}

.tan_week {
  display: inline-block;
  min-width: 42px;
  text-align: center;
}

.nav_list_page .bi.bi-chevron-right {
  display: inline-block;
  width: 14px;
}

.news_content {
  overflow: hidden;
}

.hullabaloo i,
.hullabaloo {
  font-size: 14px;
}

.about_ctet_zone ol,
.about_ctet_zone ul {
  margin-left: 20px;
}

.product_img {
  height: 99%;
}

.float_btn_zone a:hover {
  text-decoration: none !important;
}

.float_btn_zone #showchat .ico img {
  max-width: 100% !important;
}

.supplier_logo {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.side_ad_sml {
  height: 70px;
}

.side_ad_big {
  height: 135px;
}

.side_ad_zone > div {
  margin-bottom: 8px;
}

.el_header {
  font-size: 18px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 17px 25px;
  font-weight: bold;
  background-color: #fff;
  border-bottom: 1px solid #efefef;
}

.signup_zone {
  width: 100%;
  padding-top: 60px;
}

.signup_zone .signup_btn {
  height: 40px;
  width: 100px;
  background-color: var(--primary-color);
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 7px;
  margin: 0 auto;
  cursor: pointer;
  margin-bottom: 45px;
}

.signup_zone .signup_btn:hover {
  background-color: #1ca585;
}

.signup_zone .signup_btn:active {
  background-color: #208a71;
}

.signup_zone .signup_content {
  background-color: #fff;
  border-radius: 14px;
}

.signup_zone .signup_content .signup_content_title {
  padding: 30px 30px;
  font-weight: bold;
  font-size: 20px;
}

.signup_zone .signup_content ._content_main_person {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 25px;
  padding-bottom: 25px;
}

.signup_zone .signup_content ._content_main_person > div {
  height: 40px;
  line-height: 40px;
}

.signup_zone .signup_content ._content_main_person > div:first-child {
  width: 40px;
  text-align: center;
  font-size: 24px;
}

.signup_zone .signup_content ._content_main_person > div:nth-child(2) {
  width: 160px;
  font-size: 17px;
  font-weight: bold;
}

.signup_zone .signup_content ._content_main_person > div:last-child {
  width: 60px;
  font-size: 17px;
  font-weight: bold;
  color: var(--primary-color);
}
